From: Richard M. Stallman Date: Tue, 12 Oct 1993 20:57:36 +0000 (+0000) Subject: (abbreviated-home-dir): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94213 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=292297c66e228c4e87b8491b55ef6094a4167500;p=emacs.git (abbreviated-home-dir): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 063377b5e49..9e93d9800c8 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -511,7 +511,7 @@ Choose the buffer's name using `generate-new-buffer-name'." "Regexp to match the automounter prefix in a directory name.") (defvar abbreviated-home-dir nil - "The the user's homedir abbreviated according to `directory-abbrev-list'.") + "The user's homedir abbreviated according to `directory-abbrev-list'.") (defun abbreviate-file-name (filename) "Return a version of FILENAME shortened using `directory-abbrev-alist'.